Fixed dropped NL at END:
authorrobertl <robertl>
Fri, 7 Jan 2005 01:18:31 +0000 (01:18 +0000)
committerrobertl <robertl>
Fri, 7 Jan 2005 01:18:31 +0000 (01:18 +0000)
vcf.c

diff --git a/vcf.c b/vcf.c
index 9c4bcaa7067b1da877bac8b0210133065313f4b0..157796527840e1298cfc4a9d889a19b19f68919d 100644 (file)
--- a/vcf.c
+++ b/vcf.c
@@ -92,7 +92,7 @@ vcf_disp(const waypoint *wpt)
        fprintf(file_out, "\\n\\nHINT:\\n");
        vcf_print(wpt->gc_data.hint);
 
-       fprintf(file_out, "END:VCARD\n");
+       fprintf(file_out, "\nEND:VCARD\n");
 }
 
 static void